RequestResponse

enum RequestResponse : ProtocolMessageEnum

001 - 063 = From Router
064 - 127 = From Client
Protobuf enum meshtastic.StoreAndForward.RequestResponse

Entries

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Properties

Link copied to clipboard

Client has requested that the router abort processing the client's request
CLIENT_ABORT = 106;
Link copied to clipboard

Client is an in error state.
CLIENT_ERROR = 64;
Link copied to clipboard

Client has requested a replay from the router.
CLIENT_HISTORY = 65;
Link copied to clipboard

Client has requested the router respond. This can work as a
"are you there" message.
CLIENT_PING = 67;
Link copied to clipboard

The response to a "Ping"
CLIENT_PONG = 68;
Link copied to clipboard

Client has requested stats from the router.
CLIENT_STATS = 66;
Link copied to clipboard

Router is currently busy. Please try again later.
ROUTER_BUSY = 5;
Link copied to clipboard

Router is an in error state.
ROUTER_ERROR = 1;
Link copied to clipboard

Router heartbeat
ROUTER_HEARTBEAT = 2;
Link copied to clipboard

Router is responding to a request for history.
ROUTER_HISTORY = 6;
Link copied to clipboard

Router has requested the client respond. This can work as a
"are you there" message.
ROUTER_PING = 3;
Link copied to clipboard

The response to a "Ping"
ROUTER_PONG = 4;
Link copied to clipboard

Router is responding to a request for stats.
ROUTER_STATS = 7;
Link copied to clipboard

Router sends a text message from its history that was a broadcast.
ROUTER_TEXT_BROADCAST = 9;
Link copied to clipboard

Router sends a text message from its history that was a direct message.
ROUTER_TEXT_DIRECT = 8;
Link copied to clipboard
val UNSET_VALUE: Int = 0

Unset/unused
UNSET = 0;

Functions

Link copied to clipboard
open fun getDescriptor(): Descriptors.EnumDescriptor
Link copied to clipboard
fun getDescriptorForType(): Descriptors.EnumDescriptor
Link copied to clipboard
fun getNumber(): Int
Link copied to clipboard
fun getValueDescriptor(): Descriptors.EnumValueDescriptor
Link copied to clipboard
Link copied to clipboard
open fun valueOf(desc: Descriptors.EnumValueDescriptor): StoreAndForwardProtos.StoreAndForward.RequestResponse

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants.